home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4446 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  980 b 

  1. Path: news.coventry.ac.uk!not-for-mail
  2. From: dj@coventry.ac.uk (Dave Jackson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SAS ASM question, retry
  5. Date: 29 Feb 1996 11:56:14 -0000
  6. Organization: Coventry University
  7. Message-ID: <4h448u$c29@leofric.coventry.ac.uk>
  8. References: <4gmlu0$3a2@sulla.cyberstore.ca>
  9. NNTP-Posting-Host: leofric.coventry.ac.uk
  10.  
  11. In article <4gmlu0$3a2@sulla.cyberstore.ca>,
  12. Shawn Chin <daemauk@dsoe.com> wrote:
  13. >        In assembly, what does "set *-<label>" imply?  (The SAS assembler
  14. > doesn't like this expression, probably because the * is a comment character)
  15. > Is SET a compiler directive to be used in conjunction with LIST and 
  16. >NOLIST?  I
  17. > don't kow what LIST ad NOLIST are either. =)
  18. >
  19. >                        fvgrad9t@ucfv.bc.ca
  20.  
  21.  
  22. * means "The address at this point", so *-<label> gives the size of
  23. memory from <label> to the * !  In C you could just do a sizeof().
  24.  
  25. Dave Jackson
  26.  
  27. -- 
  28.       "To hell with the Champagne, we can celebrate with urine re-cyc!"
  29.  
  30.